home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Resources
/
Burning & Media
/
GB-PVR 1.2.13
/
GBPVR10213.msi
/
Cabs.w1.cab
/
login.css626
< prev
next >
Wrap
Text File
|
2007-11-10
|
1KB
|
84 lines
/*
CSS for Login page.
*/
html {
overflow-y:hidden;
overflow-x:hidden;
}
BODY {
margin:0px;
padding:0px;
background-color:#ffffff;
font-family:Verdana,"Trebuchet MS", Arial, sans-serif;
font-size:10px;
}
#DETAILS_HEADER {
top:40%;
left:30%;
position:absolute;
}
.programInfo {
position:absolute;
float:left;
top:40%;
left:55%;
font-size: 16px;
font-weight:bold;
vertical-align:top;
}
#USER_INFO {
top:15%;
left:40%;
position: absolute;
}
.LOGIN_BUTTON {
position:absolute;
left: 25%;
}
.LOGIN_BUTTON {
/*
Basic styling for login button
*/
display: inline-block;
height: 25px;
float:left;
}
.LOGIN_BUTTON A {
/*
Visual styling for login button
*/
text-decoration: none;
font-size: 11px;
font-weight:bold;
display: inline-block;
border: 1px solid #000000;
margin: 4px 4px 0px 0px;
padding: 2px 6px 2px 6px;
background-color: #9acd32;
color: #000000;
white-space: nowrap;
text-align: center;
float:left;
}
.LOGIN_BUTTON A:active {
color: #000000;
}
.LOGIN_BUTTON A:visited {
color: #000000;
}
.LOGIN_BUTTON A:hover {
color: #000000;
background-color: #cfe6a1;
}